home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / updn73b.zip / SAMPLE.ZIP / READ.ME < prev    next >
Text File  |  1991-11-29  |  2KB  |  49 lines

  1. The bulletin 0 .def files included are examples only.
  2. They should consist of 3 lines.
  3.  
  4. line 1 = Header        - The title added to the top of Bulletin
  5. line 2 = Search string - The string to search for in the callers
  6.                          file. Don't worry about case.
  7. line 3 = Footer        - The title at the bottom of the bulletin
  8.                          after the count. Make sure there is a
  9.                          carriage return after the footer.
  10.  
  11. You can make a bulletin for any string that is contained
  12. in the callers file. The user count is updated to an
  13. ascii data file which can be edited.
  14.  
  15. Only strings between the Loggin and Loggoff line should be used.
  16.  
  17.  
  18. Remember that the .def file base name has to be the same
  19. as your parameter file base name.
  20.  
  21. myprm.prm <--> myprm0.def
  22.  
  23. DOIT.BAT is a sample batch file to produce a bunch
  24. of different bulletin 0 bulletins.
  25.  
  26.     File                 Bulletin
  27.  
  28. ABORT0   DEF        Counts Users  - Aborted file transfers
  29. BULL0    DEF             "          Bulletin readers
  30. CHAT0    DEF             "          SysOp Chatters
  31. CHESS0   DEF             "          Chess Door Users
  32. DOWN0    DEF             "          Downloaders
  33. DROP0    DEF             "          Dropped Carriers
  34. ECHO0    DEF             "          Echo Users
  35. FILE0    DEF             "          File Door Users
  36. KILL0    DEF             "          Message Killers
  37. MA0      DEF             "          Mail Door Users
  38. MESS0    DEF             "          Message Writers
  39. PAGE0    DEF             "          SysOp Pagers
  40. READ0    DEF             "          Message Readers
  41. SLEEP0   DEF             "          Sleep Disconnects
  42. SUBO     DEF             "          Subboard Users (all or specific)
  43. TIME0    DEF             "          Time Limits Exceeded
  44. TW0      DEF             "          TradeWars Door Users
  45. UP0      DEF             "          Uploaders
  46. ZMOD0    DEF             "          Zmodem Users
  47.  
  48. These are only examples and can be edited to suit your needs.
  49.